projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fa5c6
)
(file_offset, file_tell): Depend on HAVE_FSEEKO, not
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 11 Dec 2000 11:57:04 +0000
(11:57 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 11 Dec 2000 11:57:04 +0000
(11:57 +0000)
HAVE_FTELLO.
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 815612da3a466403428a3168bcd2c769e02cd206..2b1a7b84225d2a997ead4a4c97e038f7e850ee11 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-64,7
+64,7
@@
Boston, MA 02111-1307, USA. */
#define O_RDONLY 0
#endif
-#ifdef HAVE_F
TELL
O
+#ifdef HAVE_F
SEEK
O
#define file_offset off_t
#define file_tell ftello
#else